var github.com/coder/websocket.bufioWriterPool

3 uses

	github.com/coder/websocket (current package)
		dial.go#L334: var bufioWriterPool sync.Pool
		dial.go#L337: 	bw, ok := bufioWriterPool.Get().(*bufio.Writer)
		dial.go#L346: 	bufioWriterPool.Put(bw)